RemoveObserver(NSObject,String,IntPtr) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub RemoveObserver( _
ByVal As Foundation.NSObject, _
ByVal As String, _
ByVal As IntPtr _
)
public void RemoveObserver(
Foundation.NSObject ,
string ,
IntPtr
)
Parameters
- observer
- keyPath
- context
See Also